Add threaded conversation view to Burner - Messages#923
Merged
Conversation
Wire the LAVA conversation data_view onto the existing columns: threads keyed and labeled by Contact, direction 'Outgoing' as sent, received bubbles labeled with the contact number and sent bubbles with the static 'Local User' label (sentMessageStaticLabel). No schema or parsing changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ALEAPP's Burner - Messages (
burnerMessages.py, by Heather Charpentier) was the one Burner chat artifact across the LEAPPs without a threaded chat view — both iLEAPP Burner message artifacts (burner.py,burnerCache.py) already have one. This adds the LAVAconversationdata_view using only the existing columns; parsing and schema are untouched (13-line metadata-only diff).Mapping
directionSentValue: "Outgoing"(matches the query's CASE output)sentMessageStaticLabel: "Local User"— verified against LAVA'squeryConversation(platform.electron.js:89-96), which substitutes the static label for sent-direction rows, so outgoing messages are never mislabeled with the contact's numbertimeColumn: Timestamp(datetime-typed)Also bumped
last_update_date.Testing
--disable=C,R→ 10.00/10data_headers(no dangling names)data_viewsintactlava_process_artifact); stringdirectionSentValueis quoted by LAVA at query time